.page_ban {
    position: relative;
    background: #000;
}

.page_ban img {
    width: 100%;
    opacity: 0.5;
}

.page_ban dl {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.page_ban dl dt {
    font-size: 50px;
    line-height: 50px;
}

.page_ban dl dd {
    font-size: 30px;
    line-height: 30px;
    font-family: Arial;
    padding-top: 30px;
    text-transform: uppercase;
}

.list_about_con {
    padding: 130px 0 110px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_about_con dl {
    width: 35%;
}

.list_about_con dl dt {
    font-size: 44px;
    color: #000;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.list_about_con dl dd {
    font-size: 40px;
    color: #111;
    line-height: 48px;
    padding-top: 20px;
}

.list_about_con .list_about_con_box {
    width: 60%;
}

.list_about_con .list_about_con_box p {
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}

.list_about_innum ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #eeeeee;
}

.list_about_innum ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19.9%;
    border-left: solid 1px #eeeeee;
    padding: 46px 0;
}

.list_about_innum ul li:nth-child(1) {
    border: none;
}

.list_about_innum ul li dl {
    padding-left: 40px;
}

.list_about_innum ul li dl h4 span {
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #00479d;
}

.list_about_innum ul li dl h4 i {
    font-size: 26px;
    font-weight: 400;
    color: #00479d;
    padding-left: 6px;
}

.list_about_innum ul li dl dd {
    font-size: 20px;
    color: #333333;
    padding-top: 16px;
}

.list_about_video {
    position: relative;
}

.list_about_video > img {
    width: 100%;
}

.list_about_video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list_about_video a dd {
    color: #fff;
    font-size: 26px;
    line-height: 34px;
    display: flex;
    align-items: center;
}

.list_about_video a dd img {
    padding-left: 20px;
}

.list_about_culture {
    background: url('../images/culture.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-attachment: fixed;
}

.list_about_culture_fl {
    width: 50%;
    box-sizing: border-box;
    padding: 120px 10% 100px;
}

.list_about_culture_fl h2 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.list_about_culture_fl h3 {
    font-size: 40px;
    padding-top: 26px;
    line-height: 40px;
}

.list_about_culture_fl_dg {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 90px;
}

.list_about_culture_fl_dg dl {
    border: solid 1px rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.07);
    height: 200px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.list_about_culture_fl_box {
    margin-left: -55px;
    padding-bottom: 70px;
}

.list_about_culture_fl_dg > dl:nth-child(3) {
    margin-left: -55px;
}

.list_about_culture_fl_box > dl:nth-child(1) {
    margin-bottom: -40px;
}

.list_about_culture_fl_dg dl dt {
    font-size: 40px;
    line-height: 40px;
}

.list_about_culture_fl_dg dl dd {
    font-size: 18px;
    font-family: Arial;
    padding-top: 10px;
}

.list_about_culture_fr {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_about_culture_fr dl {
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    height: 50%;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 6%;
    box-sizing: border-box;
}

.list_about_culture_fr dl:nth-child(3) {
    width: 100%;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.list_about_culture_fr dl dt {
    font-size: 20px;
    font-weight: bold;
    padding: 70px 0 20px;
}

.list_about_culture_fr dl dd {
    font-size: 18px;
    line-height: 26px;
}

.list_course {
    background: url('../images/course.jpg') no-repeat center center;
    background-size: cover;
}

.list_course_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_course_box_fl {
    width: 50%;
    padding: 140px 0 100px;
}

.list_course_box_fl h2 {
    font-size: 44px;
    color: #111;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.list_course_box_fl h3 {
    font-size: 40px;
    padding-top: 26px;
    line-height: 40px;
    color: #111;
}

.list_course_box_fr {
    width: 50%;
    overflow: hidden;
    padding: 140px 0 100px;
    border-left: solid 1px rgba(220, 220, 220, 1);
}

.list_course_box_fr .mySwiper_course {
    height: 580px;
}

.list_course_box_fr .mySwiper_course .swiper-scrollbar {
    opacity: 1 !important;
}

.list_course_box_fr .mySwiper_course .swiper-slide {
    display: flex;
    justify-content: flex-start;
    padding-left: 80px;
    align-items: center;
}

.list_course_box_fr .mySwiper_course .swiper-slide dt {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    font-family: Arial;
    padding-right: 35px;
}

.list_course_box_fr .mySwiper_course .swiper-slide dd {
    font-size: 16px;
    color: #888888;
}

.list_course_box_fr .mySwiper_course .swiper-slide-active {
    flex-direction: column;
    border-left: solid 3px #00479d;
    height: auto !important;
    align-items: flex-start;
}

.list_course_box_fr .mySwiper_course .swiper-slide-active dt {
    font-size: 60px;
    color: #00479d;
    line-height: 60px;
    padding-bottom: 10px;
}

.list_course_box_fr .mySwiper_course .swiper-slide-active dd {
    font-size: 20px;
    color: #111;
}

.list_course_box_fr .mySwiper_course .swiper-slide-prev {
    padding-bottom: 20px;
}

.list_course_box_fr .mySwiper_course .swiper-slide-next {
    padding-top: 20px;
}

.list_honor {
    background: url('../images/honor.jpg') no-repeat center center;
}

#marquee3, #marquee4, #marquee5 {
    height: 880px;
    overflow: hidden;
    width: 33.3%;
}

.list_honor_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_honor_box .list_honor_fl {
    width: 40%;
}

.list_honor_box .list_honor_fr {
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_honor_box .list_honor_fl h2 {
    font-size: 44px;
    color: #111;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
    padding-top: 150px;
}

.list_honor_box .list_honor_fl h3 {
    font-size: 40px;
    padding-top: 26px;
    line-height: 40px;
    color: #111;
}

.list_honor_box .list_honor_fl ul {
    padding-top: 100px;
}

.list_honor_box .list_honor_fl ul li {
    width: 35%;
    padding-bottom: 70px;
    float: left;
}

.list_honor_box .list_honor_fl ul li h4 {
    font-size: 55px;
    line-height: 55px;
    color: #00479d;
    font-family: 'misans';
}

.list_honor_box .list_honor_fl ul li dd {
    font-size: 18px;
    padding-top: 10px;
}

.list_honor_box .list_honor_fr ul li {
    padding: 18px;
    box-sizing: border-box;
}

.list_honor_box .list_honor_fr ul li img {
    /*box-shadow: 1px 1px 20px #999;*/
    width: 100%;
}

.list_quality {
    background: url('../images/quality.jpg') no-repeat center center;
    padding: 126px 0 110px;
    background-size: cover;
}

.list_quality .list_quality_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.list_quality .list_quality_fl {
    width: 40%;
}

.list_quality .list_quality_fl h2 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.list_quality .list_quality_fl h3 {
    font-size: 40px;
    padding-top: 26px;
    line-height: 40px;
    color: #fff;
}

.list_quality .list_quality_fl p {
    color: #c3d1e2;
    line-height: 30px;
    font-size: 16px;
    padding-top: 50px;
}

.list_quality .list_quality_fl dl dt {
    font-size: 20px;
    color: #111;
    padding: 100px 0 30px;
}

.list_quality .list_quality_fl dl dt span {
    font-weight: bold;
}

.list_quality .list_quality_fl dl dd {
    font-size: 16px;
    line-height: 40px;
    color: #555;
}

.list_quality_fr {
    width: 60%;
    overflow: hidden;
    position: relative;
}

.swiper-container_quality .swiper-wrapper {
    height: 580px;
}

.swiper-container_quality .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.swiper-container_quality .swiper-slide-active, .swiper-container_quality .swiper-slide-duplicate-active {
    transform: scale(1.2);
}

.swiper-container_quality .swiper-slide img {
    width: 100%;
    padding-bottom: 80px;
}

.swiper-container_quality .swiper-slide dd {
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding-top: 20px;
    display: none;
    text-transform: uppercase;
}

.swiper-container_quality .swiper-slide-active dd, .swiper-container_quality .swiper-slide-duplicate-active dd {
    display: block;
}

.swiper-container_quality .swiper-slide-active img, .swiper-container_quality .swiper-slide-duplicate-active img {
    padding-bottom: 0px;
}

.swiper-container_quality .swiper-button-next, .swiper-container_quality .swiper-button-prev {
    position: absolute;
    right: 100px;
    bottom: 75px;
    top: auto;
    left: auto;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.swiper-container_quality .swiper-button-next img, .swiper-container_quality .swiper-button-prev img {
    width: 100%;
}

.swiper-container_quality .swiper-button-prev {
    right: 160px;
}

.swiper-container_quality .swiper-button-next:after, .swiper-container_quality .swiper-button-prev:after {
    display: none;
}

.swiper-container_quality .swiper-button-prev:hover img, .swiper-container_quality .swiper-button-next:hover img {
    transform: translateY(-66px);
    filter: drop-shadow(#00479d 0 66px);
}


.ind_equipment {
    padding-bottom: 50px;
}

.ind_equipment_box {
    position: relative;
    margin-top: 70px;
}

.mySwiper_equipment {
    position: initial;
}

.ind_equipment .ind_txt {
    text-align: center;
}

.mySwiper_equipment .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.mySwiper_equipment .swiper-slide {
    background: #f8f8f8;
    height: auto;
}

.mySwiper_equipment .swiper-slide dl {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.mySwiper_equipment .swiper-slide dl img {
    width: 100%;
}

.mySwiper_equipment .swiper-slide dl dt {
    font-size: 20px;
    color: #333;
    line-height: 65px;
}

.mySwiper_equipment .swiper-slide:hover {
    background: #00479d;
}

.mySwiper_equipment .swiper-slide:hover dl dt {
    color: #fff;
}

.mySwiper_equipment .swiper-equipment-next, .mySwiper_equipment .swiper-equipment-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    overflow: hidden;
}

.mySwiper_equipment .swiper-equipment-next {
    left: 3%;
}

.mySwiper_equipment .swiper-equipment-prev {
    right: 3%;
}

.mySwiper_equipment .swiper-equipment-next:hover img, .mySwiper_equipment .swiper-equipment-prev:hover img {
    transform: translateY(-66px);
    filter: drop-shadow(#00479d 0 66px);
}

.ind_home {
    background: url('../images/home.jpg') no-repeat right center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

.ind_home_logo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 15vh;
}

.ind_home_logo dl {
    background: rgba(255, 255, 255, 0.1);
    line-height: 62px;
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px;
}

.ind_home_logo dl dd {
    height: 46px;
    width: 46px;
    border-radius: 100%;
    line-height: 46px;
    text-align: center;
}

.ind_home_logo dl dd.on {
    background: rgba(255, 255, 255, 0.32);
}

.ind_home_logo dl dd:nth-child(2) {
    margin: 0 15px;
}

.ind_home_logo dl dd a {
    font-family: Arial;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.ind_home_fl {
    height: 85vh;
    color: #fff;
    display: flex;
    align-items: center;
}

.ind_home_fl_box {
    width: 39%;
}

.ind_home_fl_box h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 60px;
}

.ind_home_fl_box p {
    font-size: 18px;
    line-height: 35px;
    padding: 40px 0 90px;
}

.ind_home_fl_box h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

.ind_home_fl_box dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}

.ind_home_fl_box dl dd {
    width: 23.5%;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 55px;
}

.ind_home_fl_box dl dd a {
    color: #fff;
    font-size: 20px;
}

.ind_home_fl_box dl dd:hover {
    background: #00479d;
}

.ind_home_fr {
    position: absolute;
    bottom: 0;
    height: 85vh;
    right: 0;
    width: 50%;
}

.ind_home_fr p.home_p1 {
    top: 25.5%;
    right: 35%;
}

.ind_home_fr p.home_p2 {
    top: 23%;
    right: 25%;
}

.ind_home_fr p.home_p3 {
    top: 46%;
    right: 40.5%;
    text-align: right;
}

.ind_home_fr p.home_p4 {
    top: 44%;
    right: 30%;
    text-align: left;
}

.ind_home_fr p.home_p5 {
    top: 64%;
    right: 42%;
}

.ind_home_fr p.home_p4 span {
    background: #333994;
    color: #fff;
}

.ind_home_fr p {
    text-align: center;
    display: inline-block;
    position: absolute;
}

.ind_home_fr p span {
    border-radius: 5px;
    border: solid 1px #fff;
    background: #333994;
    color: #fff;
    line-height: 40px;
    font-size: 22px;
    padding: 0 10px;
    display: block;
}

.ind_home_fr p img {
    position: relative;
    top: -5px;
    z-index: -1;
    animation: myMove 1s infinite;
    -webkit-animation: myMove 1s infinite;
    /* infinite 表示无限循环 */
}

@keyframes myMove {
    0% {
        top: -5px;
    }
    50% {
        top: 0px;
    }
    100% {
        top: -5px;
    }
}

@-webkit-keyframes myMove {
    0% {
        top: 0px;
    }
    50% {
        top: 5px;
    }
    100% {
        top: 0px;
    }
}

.ind_home_fr dl {
    text-align: center;
    color: #fff;
    border: solid 1px rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    position: absolute;
}

.ind_home_fr dl div {
    position: relative;
}

.ind_home_fr dl div img {
    border: solid 1px #fff;
}

.ind_home_fr dl div a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    background: #00479d url(../images/index-icon-01.png) no-repeat;
}

.ind_home_fr dl.home_dg {
    top: 70%;
    left: 15%;
}

.ind_home_fr dl dt {
    font-size: 20px;
    padding-top: 10px;
}

.ind_home_fr dl dd {
    font-size: 14px;
    padding-bottom: 10px;
}

.ind_home_fr dl.home_dg::after {
    content: "";
    position: absolute;
    background: url(../images/icon_40.png) no-repeat;
    top: -40px;
    left: 50%;
    width: 231px;
    height: 71px;
    z-index: -1;
}

.ind_home_fr dl.home_cs {
    top: 53%;
    right: 12%;
}

.ind_home_fr dl.home_cs::after {
    content: "";
    position: absolute;
    background: url(../images/icon_41.png) no-repeat;
    top: -50px;
    left: 0%;
    width: 231px;
    height: 71px;
    z-index: -1;
}

.solution_oem_service {
    background: url(../images/oem02.jpg) no-repeat center center;
    background-size: cover;
    padding: 130px 0;
}

.solution_oem_service_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.solution_oem_service_box > img {
    width: 50%;
}

.solution_oem_service_box h2 {
    font-size: 38px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.solution_oem_service_box h3 {
    font-size: 40px;
    line-height: 45px;
    color: #222;
    padding-top: 30px;
}

.solution_oem_service_box dl {
    flex: 1;
    padding-right: 30px;
}


.solution_oem_service_box dd {
    font-size: 18px;
    line-height: 44px;
    color: #555;
    padding-top: 50px;
}

.solution_oem_advantages {
    background: url(../images/oem03.jpg) no-repeat center center;
    background-size: cover;
    padding: 145px 0 180px;
}

.solution_oem_advantages_box {
    text-align: center;
    color: #fff;
}

.solution_oem_advantages_box h2 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.solution_oem_advantages_box h3 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    padding-top: 30px;
}

.solution_oem_advantages_box p {
    font-size: 20px;
    padding-top: 40px;
}

.solution_oem_advantages_box div {
    /*display: grid;*/
    /*grid-template-columns: repeat(5, 1fr);*/
    /*gap: 20px;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    /*align-items: stretch;*/
    /*padding-top: 110px;*/
}

.solution_oem_advantages_box div dl {
    /*width: 24.3%;*/
    border: solid 1px rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    padding: 46px 35px 40px;
    text-align: left;
    position: relative;
}

.solution_oem_advantages_box div dl dt {
    font-size: 24px;
    font-weight: bold;
}

.solution_oem_advantages_box div dl dd {
    font-size: 16px;
    line-height: 26px;
    padding-top: 80px;
}

.solution_oem_advantages_box div dl::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -35px;
    width: 52px;
    transform: translateY(-50%);
    height: 52px;
    z-index: 1;
    background: url(../images/icon_42.png) no-repeat;
}

.solution_oem_advantages_box div dl:nth-child(1)::after {
    display: none;
}

.solution_oem_advantages_box div dl:nth-child(5n+1)::after {
    display: none;
}

.solution_oem_assembly_box {
    padding: 125px 0 120px;
    background: url(../images/oem06.png) no-repeat top center;
}

.solution_oem_assembly {
    text-align: center;
}

.solution_oem_assembly h2 {
    font-size: 44px;
    color: #333;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.solution_oem_assembly h3 {
    font-size: 40px;
    line-height: 40px;
    color: #111;
    padding-top: 30px;
}

.solution_oem_assembly_tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}

.solution_oem_assembly_tab li {
    flex: 1;
    background: #000;
    position: relative;
    overflow: hidden;
    height: 540px;
    margin-right: 10px;
}

.solution_oem_assembly_tab li.cur {
    flex: 2;
}

.solution_oem_assembly_tab li img {
    opacity: 0.8;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution_oem_assembly_tab li.cur img {
    opacity: 1;
}

.solution_oem_assembly_tab li dl {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    color: #fff;
    padding: 40px 55px;
    background: linear-gradient(to bottom, transparent, #01489d);
    width: 100%;
}

.solution_oem_assembly_tab li dd {
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
    display: none;
}

.solution_oem_assembly_tab li.cur dd {
    display: block;
}

.solution_oem_assembly_tab li dt {
    font-size: 20px;
}

.industry_bdt_service {
    background: url(../images/industry.jpg) no-repeat center center;
    background-size: cover;
    padding: 130px 0;
}

.industry_bdt_service_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.industry_bdt_service_box h2 {
    font-size: 44px;
    color: #111;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.industry_bdt_service_box h3 {
    font-size: 40px;
    line-height: 45px;
    color: #222;
    padding-top: 30px;
}

.industry_bdt_service_box dd {
    font-size: 18px;
    line-height: 38px;
    color: #555;
    padding-top: 30px;
}

.industry_bdt_service_box dl {
    width: 50%;
}

.industry_bdt_service_box > img {
    width: 50%;
}

.industry_bdt_service_box dl > a {
    background: #00479d;
    border-radius: 10px;
    line-height: 60px;
    padding: 0 30px;
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 80px;
}

.industry_bdt_service_box dl > a img {
    padding-right: 10px;
}

.industry_bdt_related {
    background: url(../images/related1.jpg) no-repeat center center;
    background-size: cover;
    padding: 130px 0;
    text-align: center;
}

.industry_bdt_related.bandaoti {
    background: url(../images/related2.jpg) no-repeat center center;
}

.industry_bdt_related h2 {
    font-size: 52px;
    font-weight:bold;
    color:#fff;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.industry_bdt_related h3 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    padding-top: 30px;
}

.industry_bdt_related_box {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.industry_bdt_related_box dl {
    width: 25%;
    padding-top: 70px;
}

.industry_bdt_related_box dl dd {
    text-align: center;
    color: #fff;
    padding-top: 16px;
    font-size: 20px;
}

.industry_bdt_diversified {
    background: #f0f5f8;
    padding: 130px 0;
    text-align: center;
}

.industry_bdt_diversified_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.industry_bdt_diversified_box li {
    width: 25%;
    margin: 50px 25px 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    padding: 60px 30px 30px;
    box-sizing: border-box;
    text-align: left;
}

.industry_bdt_diversified_box li > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
}

.industry_bdt_diversified_box dl {
    position: relative;
    z-index: 9;
}

.industry_bdt_diversified_box dl p {
    background: #f5f6fa;
    padding: 29px;
    border-radius: 20px;
    display: inline-block;
    overflow: hidden;
}

.industry_bdt_diversified_box dl p img {
    max-width: 50px;

}

.industry_bdt_diversified_box dl dt {
    font-size: 24px;
    color: #333333;
    padding: 35px 0 20px;
}

.industry_bdt_diversified_box dl dd {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    padding-bottom: 40px;
}

.industry_bdt_diversified_box dl a {
    font-size: 16px;
    color: #00479d;
}

.industry_bdt_diversified_box dl a span {
    font-family: '宋体';
    font-weight: bold;
    padding-left: 8px;
}

.industry_bdt_diversified h2 {
    font-size: 44px;
    color: #111111;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.industry_bdt_diversified h3 {
    font-size: 40px;
    line-height: 45px;
    color: #222222;
    padding-top: 30px;
}

.industry_bdt_diversified_box li:hover {
    background: #00479d;
}

.industry_bdt_diversified_box li:hover > img {
    display: block;
    opacity: 0.5;
}

.industry_bdt_diversified_box li:hover dl dt, .industry_bdt_diversified_box li:hover dl dd, .industry_bdt_diversified_box li:hover dl a {
    color: #fff;
}

.industry_bdt_diversified_box li:hover dl p {
    background: #00479d;
}

.industry_bdt_diversified_box li:hover dl p img {
    transform: translateY(-166px);
    filter: drop-shadow(#fff 0 166px);
}

.solution_oembox li {
    width: 25%;
}

.solution_oembox li.cur {
    width: 48%;
}

.solution_oembox_npi {
    background: #fff url('../images/oembox04.png') no-repeat left bottom;
    padding: 125px 0;
}

.solution_oembox_npi_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solution_oembox_npi_top dt {
    width: 50%;
}

.solution_oembox_npi_top dd {
    width: 50%;
}

.solution_oembox_npi_top h2 {
    font-size: 44px;
    color: #111111;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.solution_oembox_npi_top h3 {
    font-size: 40px;
    line-height: 45px;
    color: #111111;
    padding-top: 30px;
}

.solution_oembox_npi_top p {
    font-size: 18px;
    color: #444;
    line-height: 38px;
    padding-bottom: 20px;
}

.solution_oembox_npi_box {
    position: relative;
}

.solution_oembox_npi_tab {
    position: absolute;
    top: 50%;
    width: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 6%;
    box-sizing: border-box;
    z-index: 9;
}

.solution_oembox_npi_tab h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 50px;
    line-height: 40px;
}

.solution_oembox_npi_tab ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solution_oembox_npi_tab ul li {
    width: 50%;
}

.solution_oembox_npi_tab ul li dd {
    font-size: 30px;
    color: #aabdd4;
    position: relative;
    padding: 30px 0;
    display: inline-block;
}

.solution_oembox_npi_tab ul li.cur dd {
    color: #fff;
}

.solution_oembox_npi_tab ul li.cur dd::after {
    content: "";
    position: absolute;
    top: 15px;
    right: -12px;
    width: 14px;
    height: 14px;
    z-index: 1;
    background: url('../images/icon_58.png') no-repeat left bottom;
}

.solution_oembox_npi_tab ul li.cur dd::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: -12px;
    width: 14px;
    height: 14px;
    z-index: 1;
    background: url('../images/icon_59.png') no-repeat left bottom;
}

.solution_oembox_npi_list img {
    width: 100%;
    max-height: 750px;
}

.solution_oembox_npi_list ul::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url('../images/oembox05.png') no-repeat left bottom;
}

.solution_oembox_npi_box {
    padding-top: 30px;
}

.solution_vacuum_service {
    background: url(../images/industry.jpg) no-repeat center center;
    background-size: cover;
    padding: 130px 0;
}

.solution_vacuum_service_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.solution_vacuum_service_box h2 {
    font-size: 44px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.solution_vacuum_service_box h3 {
    font-size: 40px;
    line-height: 45px;
    color: #222;
    padding-top: 30px;
}

.solution_vacuum_service_box dd {
    font-size: 18px;
    line-height: 38px;
    color: #555;
    padding-top: 50px;
}

.solution_vacuum_service_box dl {
    flex: 1;
    padding-right: 30px;
}

.solution_vacuum_service_box > img {
    width: 50%;
}

.solution_vacuum_service_box dl > a {
    background: #00479d;
    border-radius: 10px;
    line-height: 60px;
    padding: 0 30px;
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 80px;
}

.solution_vacuum_service_box dl > a img {
    padding-right: 10px;
}

.solution_vacuum_assembly_box {
    background: none;
    padding-bottom: 0;
}

.solution_vacuum_assembly_box .solution_oem_assembly > p {
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    padding-top: 35px;
}

.solution_vacuum_tab ul li, .solution_vacuum_tab01 ul li {
    width: 17.5%;
}

.solution_vacuum_tab ul li.cur, .solution_vacuum_tab01 ul li.cur {
    width: 30%;
}

.solution_vacuum_tab li dt, .solution_vacuum_tab01 li dt {
    font-size: 20px;
    position: relative;
    z-index: 9;
}

.solution_vacuum_assembly_box .solution_oem_assembly_tab li.cur img {
    opacity: 1;
}

.solution_vacuum_assembly_box .solution_oem_assembly_tab li.cur::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 71, 157, 0.9) 80%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 71, 157, 0.9) 80%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 71, 157, 0.9) 80%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 71, 157, 0.9) 80%);
}

.solution_vacuum_tab01 {
    margin-bottom: 100px;
}

.solution_precise_service_box dd {
    font-size: 18px;
    line-height: 30px;
}

.precise_equipment {
    padding: 130px 0;
    text-align: center;
}

.precise_equipment h2 {
    font-size: 44px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.precise_equipment h3 {
    font-size: 40px;
    line-height: 45px;
    color: #222;
    padding-top: 30px;
}

.precise_equipment_box {
    position: relative;
    margin-top: 70px;
}

.mySwiper_precise_equipment {
    position: initial;
}

.mySwiper_precise_equipment .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.mySwiper_precise_equipment .swiper-slide {
    background: #fff;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.mySwiper_precise_equipment .swiper-slide img {
    width: 100%;
}

.mySwiper_precise_equipment .swiper-slide dd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 70px;
    font-size: 20px;
    color: #fff;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 71, 157, 0.9) 80%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 71, 157, 0.9) 80%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 71, 157, 0.9) 80%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 71, 157, 0.9) 80%);
}

.mySwiper_precise_equipment .swiper-precise-next, .mySwiper_precise_equipment .swiper-precise-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    overflow: hidden;
}

.mySwiper_precise_equipment .swiper-precise-next {
    left: 3%;
}

.mySwiper_precise_equipment .swiper-precise-prev {
    right: 3%;
}

.mySwiper_precise_equipment .swiper-precise-next:hover img, .mySwiper_precise_equipment .swiper-precise-prev:hover img {
    transform: translateY(-66px);
    filter: drop-shadow(#00479d 0 66px);
}

.precise_material {
    background: url(../images/precise03.jpg) no-repeat center center;
    background-size: cover;
    padding: 130px 0;
    color: #fff;
    background-attachment: fixed;
}

.precise_material_box h2 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.precise_material_box h3 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    padding-top: 30px;
}

.precise_material_tab ul {
    display: flex;
    justify-content: flex-start;
    padding-top: 130px;
}

.precise_material_tab ul li {
    margin-right: 70px;
}

.precise_material_tab ul li dd {
    font-size: 30px;
    color: #6c8098;
}

.precise_material_tab ul li.cur dd {
    font-weight: bold;
    color: #fff;
}

.precise_material_list {
    padding-top: 40px;
}

.precise_material_list ul dd {
    font-size: 18px;
    line-height: 32px;
}

.precise_flexibility {
    background: #00479d url(../images/precise05.jpg) no-repeat center center;
    color: #fff;
    padding: 130px 0;
}

.precise_flexibility_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.precise_flexibility_top_fl, .precise_flexibility_top_fr {
    width: 50%;
}

.precise_flexibility_top_fr {
    text-align: right;
}

.precise_flexibility_top_fl h2 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.precise_flexibility_top_fl h3 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    padding-top: 30px;
}

.precise_flexibility_top_fl p {
    font-size: 20px;
    line-height: 36px;
    padding-top: 60px;
}

.precise_flexibility_foot {
    margin-top: -30px;
}

.precise_flexibility_foot h4 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

.precise_flexibility_foot ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.precise_flexibility_foot ul dl {
    border: solid 1px rgba(255, 255, 255, 0.2);
    border-left: none;
    width: 20%;
    box-sizing: border-box;
    padding: 25px 40px;
}

.precise_flexibility_foot ul dl:nth-child(1) {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.precise_flexibility_foot ul dl dd {
    padding-top: 50px;
    font-size: 20px;
}

.precise_welding {
    background: url(../images/welding.jpg) no-repeat center center;
    color: #fff;
    padding: 130px 0;
    background-size: cover;
    background-attachment: fixed;
}

.precise_welding_box h2 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.precise_welding_box h3 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    padding-top: 30px;
}

.precise_welding_box p {
    font-size: 20px;
    line-height: 36px;
    padding-top: 100px;
}

.precise_welding_box h4 {
    font-size: 26px;
    font-weight: bold;
    padding-top: 100px;
}

.precise_welding_box dl {
    display: flex;
    margin-top: 25px;
}

.precise_welding_box dl dd {
    line-height: 55px;
    font-size: 17px;
    margin-right: 30px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.3);
}

.precise_surface {
    background: url(../images/surface.jpg) no-repeat center center;
    color: #fff;
    background-size: cover;
}

.precise_surface_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.precise_surface_box .precise_surface_fl {
    max-width: 50%;
}

.precise_surface_fl h2 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.precise_surface_fl h3 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    padding-top: 30px;
}

.precise_surface_fl .precise_surface_text {
    font-size: 20px;
    line-height: 32px;
    padding-top: 100px;
}

.precise_surface_fr {
    display: flex;
    justify-content: center;
    width: 50%;
}

.precise_surface_fr_box {
    background: url(../images/icon_65.png) no-repeat center right 15px;
    width: 420px;
    padding: 10px 0;
}

.precise_surface_fr_box dl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    border: solid 1px rgba(255, 255, 255, 1);
    background: #52677c;
    margin: 8px auto;
}

.precise_surface_fr_box dl dt {
    display: none;
    padding-bottom: 20px;
}

.precise_surface_fr_box dl dd {
    font-weight: bold;
    font-size: 20px;
}

.precise_surface_fr_box dl:nth-child(1) {
    margin-left: 260px;
    margin-bottom: -15px;
}

.precise_surface_fr_box dl:nth-child(2) {
    margin-left: 192px;
    /*margin-bottom: 25px;*/
}

.precise_surface_fr_box dl:nth-child(3) {
    margin-left: 158px;
}

.precise_surface_fr_box dl:nth-child(4) {
    margin-left: 158px;
}

.precise_surface_fr_box dl:nth-child(5) {
    margin-left: 192px;
}

.precise_surface_fr_box dl:nth-child(6) {
    margin-left: 260px;
    margin-top: -15px;
}

.precise_surface_fr_box dl:nth-child(7) {
    margin-left: 276px;
}


.precise_surface_fr_box dl.cur {
    /*width: 370px;*/
    /*height: 370px;*/
    background: #00479d;
}

/*.precise_surface_fr_box dl.cur:nth-child(1) {*/
/*    margin-left: 120px;*/
/*}*/

/*.precise_surface_fr_box dl.cur:nth-child(2) {*/
/*    margin-left: 20px;*/
/*}*/

/*.precise_surface_fr_box dl.cur:nth-child(3) {*/
/*    margin-left: 20px;*/
/*}*/

/*.precise_surface_fr_box dl.cur:nth-child(4) {*/
/*    margin-left: 120px;*/
/*}*/

.precise_surface_fr_box dl.cur dt {
    display: block;
}

.precise_clean {
    background: url(../images/precise06.png) no-repeat center center;
    background-size: cover;
    padding: 130px 0;
    text-align: center;
}

.precise_clean_box h2 {
    font-size: 44px;
    color: #111111;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.precise_clean_box h3 {
    font-size: 40px;
    line-height: 45px;
    color: #111111;
    padding-top: 30px;
}

.precise_clean_box p {
    font-size: 20px;
    line-height: 36px;
    color: #444444;
    padding-top: 40px;
}

.precise_clean_box_cen {
    position: relative;
    margin-top: 60px;
}

.precise_clean_box_cen img {
    width: 100%;
}

.precise_clean_box_cen .precise_clean_box_cen_list {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    color: #fff;
}

.precise_clean_box_cen .precise_clean_box_cen_list dl {
    display: flex;
    align-items: flex-end;
    padding: 20px 0;
}

.precise_clean_box_cen .precise_clean_box_cen_list dl dt {
    width: 46px;
    height: 46px;
    background: url(../images/icon_66.png) no-repeat center center;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
}

.precise_clean_box_cen .precise_clean_box_cen_list dl dd {
    font-size: 20px;
    line-height: 35px;
    padding-left: 10px;
}

.industry_related {
    padding: 130px 0;
}

.industry_related h2 {
    font-size: 44px;
    color: #111111;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
    text-align: center;
}

.industry_related h3 {
    font-size: 40px;
    line-height: 45px;
    color: #111111;
    padding-top: 30px;
    text-align: center;
}

.industry_related_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.industry_related_box ul li {
    width: 24%;
    position: relative;
}

.industry_related_box ul li img {
    width: 100%;
}

.industry_related_box ul li dl {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 35px;
    box-sizing: border-box;
}

.industry_related_box ul li dl dd {
    font-size: 22px;
}

.industry_biology_box {
    margin-bottom: -40px;
}

.industry_biology_box ul li {
    width: 32%;
    margin-bottom: 40px;
}

.vacuuming_related {
    height: 90vh;
    background: url(../images/vacuuming01.jpg) no-repeat center center;
    background-attachment: fixed;
    position: relative;
}

.vacuuming_related_top {
    position: absolute;
    top: 130px;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.vacuuming_related_top h2 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
    text-align: center;
}

.vacuuming_related_top h3 {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    padding-top: 30px;
    text-align: center;
}

.vacuuming_related_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    text-align: center;
}

.vacuuming_related_box dl {
    padding: 0 90px;
    box-sizing: border-box;
    width: 25%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    position: relative;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.vacuuming_related_box dl:nth-child(1) {
    border-left: none;
}

.vacuuming_related_box dl dt {
    font-size: 30px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.vacuuming_related_box dl dd {
    font-size: 18px;
    line-height: 30px;
    color: #acb4be;
    padding-top: 36px;
    display: none;
    position: relative;
    z-index: 9;
}

.vacuuming_related_box dl.cur dd {
    display: block;
}

.vacuuming_related_box dl.cur::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 71, 157, 0.5) 80%);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 71, 157, 0.5) 80%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 71, 157, 0.5) 80%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 71, 157, 0.5) 80%);
    z-index: 1;
}

.inmenu {
    margin-top: -61px;
    position: relative;
    z-index: 9;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.inmenu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.inmenu ul li a {
    font-size: 16px;
    color: #fff;
    padding: 0 35px;
    line-height: 60px;
    display: block;
}

.inmenu ul li.cur a {
    background: #00479d;
}

.list_newspage {
    padding: 120px 0;
}

.list_newspage ul li {
    padding-bottom: 60px;
}

.list_newspage ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.list_newspage ul li a > img {
    width: 49%;
}

.list_newspage ul li a .time {
    width: 47%;
}

.list_newspage ul li a .time > span {
    font-size: 16px;
    color: #999;
    font-family: 'Arial', 'Microsoft YaHei';
}

.list_newspage ul li a .time > span i {
    color: #e6e6e6;
    padding: 0 10px;
}

.list_newspage ul li a .time h3 {
    font-size: 28px;
    color: #101010;
    padding: 28px 0 40px;
    border-bottom: solid 1px #eeeeee;
    line-height: 35px;
}

.list_newspage ul li a .time div.txt {
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    padding: 38px 0 70px;
}

.list_newspage ul li a .time p {
    background: #00479d;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    margin-top: 50px;
}

.list_newspage ul li a .time p span {
    font-family: '宋体';
    font-weight: bold;
    padding-left: 12px;
    transition: all ease .35s;
}

.list_newspage ul li a:hover .time p span {
    padding-left: 40px;
}

.contact_map {
    /*background: url(../images/map.jpg) no-repeat bottom right;*/
    position: relative;
}

.contact_map_tel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact_map_add {
    padding: 330px 0 270px;
    display: flex;
    justify-content: flex-end;
}

.contact_map_add .contact_map_add_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #00479d;
    padding: 10px;
    margin-right: 100px;
    position: relative;
}

.contact_map_add .contact_map_add_box::after {
    content: "▼";
    position: absolute;
    bottom: -20px;
    left: 50%;
    color: #00479d;
    font-size: 28px;
    font-family: Arial;
}

.contact_map_add .contact_map_add_box dl {
    padding: 0 60px 0 10px;
    position: relative;
    z-index: 9;
}

.contact_map_add .contact_map_add_box dl dt {
    font-size: 18px;
    color: #fff;
    padding-bottom: 10px;
}

.contact_map_add .contact_map_add_box dl dd a {
    font-size: 16px;
    color: #b6c5d6;
    text-decoration: underline;
}

.contact_map_tel_box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 40%;
    background: rgba(255, 255, 255, 0.9);
    padding: 60px;
    box-sizing: border-box;
}

.contact_map_tel_box h3 {
    font-size: 26px;
    color: #1e1e1e;
    padding-bottom: 18px;
}

.contact_map_tel_box p {
    font-size: 16px;
    color: #555555;
    margin-top: 10px;
}

.contact_map_tel_box p img {
    padding-right: 8px;
}

.contact_map_tel_box ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.contact_map_tel_box ul img {
    border: solid 1px #eee; width:120px;
}

.contact_map_tel_box ul dl {
    text-align: center;
    margin-right: 40px;
}

.contact_map_tel_box ul dl dd {
    color: #555555;
    font-size: 15px;
    padding-top: 8px;
}

.contact_tit {
    text-align: center;
}

.contact_tit h3 {
    font-size: 40px;
    line-height: 40px;
    padding: 75px 0 40px;
}

.contact_message_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_message_form li {
    width: 32%;
    margin-bottom: 25px;
}

.contact_message_form li.last {
    width: 100%;
}

.contact_message_form li input {
    width: 100%;
    background: #f8f8f8;
    font-size: 16px;
    line-height: 68px;
    color: #666666;
    border: solid 1px #eeeeee;
    text-indent: 20px;
}

.contact_message_form li textarea {
    width: 100%;
    background: #f8f8f8;
    font-size: 16px;
    line-height: 68px;
    color: #666666;
    border: solid 1px #eeeeee;
    text-indent: 20px;
}

.contact_message {
    padding-bottom: 100px;
}

.contact_message .from-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.contact_message .from-list img {
    height: 60px;
}

.contact_message .from-list input {
    line-height: 60px;
    text-align: center;
    background: #f6f6f6;
    padding: 0 90px;
    width: auto;
    border: solid 1px #eeeeee;
    margin: 0 10px;
    font-size: 18px;
}

.contact_message .from-list input.send {
    background: #00479d;
    color: #fff;

}

#pages div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#pages div span {
    background: #0d47a1;
    line-height: 55px;
    width: 55px;
    border-radius: 100%;
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    text-align: center;
    border: solid 1px #0d47a1;
    margin: 0 6px;
}

#pages div a {
    background: #fff;
    line-height: 55px;
    width: 55px;
    border-radius: 100%;
    color: #666666;
    font-family: Arial;
    font-size: 18px;
    text-align: center;
    border: solid 1px #eeeeee;
    margin: 0 6px;
}

#pages div a.prev, #pages div a.next {
    font-family: '宋体';
    font-weight: bold;
}

@media ( max-width: 1600px) {
    .list_about_culture_fl {
        padding: 120px 5% 100px;
    }
}

@media ( max-width: 1400px) {
    .list_newspage ul li a .time div.txt {
        padding: 18px 0 0px;
    }

    .list_newspage ul li a .time h3 {
        font-size: 22px !important;
        padding: 8px 0 20px;
    }

    .list_about_innum ul li dl h4 span {
        font-size: 32px;
        line-height: 32px;
    }

    .list_about_innum ul li dl dd {
        font-size: 16px;
        color: #333333;
        padding-top: 8px;
    }

    .list_about_innum ul li img {
        width: 60px;
    }

    .list_about_innum ul li dl {
        padding-left: 10px;
    }

    .list_about_culture_fl {
        padding: 120px 3% 100px;
    }

    .list_about_culture_fl_dg dl {
        height: 160px;
        width: 160px;
    }

    .list_about_culture_fl_dg dl dt {
        font-size: 30px;
        line-height: 30px;
    }

    .industry_bdt_service_box h3 {
        font-size: 30px;
        padding-top: 20px;
    }

    .industry_bdt_service_box h2 {
        font-size: 34px;
        line-height: 34px;
    }

    .industry_bdt_service_box dl > a {
        line-height: 50px;
        font-size: 16px;
        margin-top: 30px;
    }

    .industry_bdt_service_box dd {
        font-size: 16px;
        line-height: 30px;
        padding-top: 30px;
    }

    h3 {
        font-size: 30px !important;
        padding-top: 20px !important;
    }

    h2 {
        font-size: 34px !important;
        line-height: 34px !important;
    }

    .page_ban dl dt {
        font-size: 34px;
        line-height: 34px;
    }

    .page_ban dl dd {
        font-size: 20px;
        line-height: 20px;
        padding-top: 20px;
    }

    .foot_tel dl h3 {
        font-size: 18px !important;
    }

    .vacuuming_related_box dl {
        padding: 0 40px;
    }

    .vacuuming_related_box dl dt {
        font-size: 24px;
    }

    /*.solution_oem_service_box dl {*/
    /*    width: 49%;*/
    /*}*/

    .solution_precise_service_box dd {
        font-size: 16px;
        line-height: 29px;
    }

    /*.solution_precise_service_box dd br {*/
    /*    display: none;*/
    /*}*/

    .mySwiper_precise_equipment .swiper-slide dd {
        font-size: 16px;
    }

    .precise_surface_fl .precise_surface_text {
        font-size: 16px;
    }

    .precise_flexibility_top_fr img {
        width: 100%;
    }

    .precise_flexibility_top_fl p {
        font-size: 16px;
        line-height: 36px;
        padding-top: 40px;
    }

    .solution_oem_service_box dd {
        font-size: 16px;
        line-height: 35px;
        color: #555;
        padding-top: 30px;
    }

    .solution_oembox_npi_top p {
        font-size: 16px;
        line-height: 35px;
    }

    .solution_oembox_npi_tab ul li dd {
        font-size: 24px;
    }

    .solution_vacuum_service_box dd {
        font-size: 16px;
        padding-top: 30px;
    }

    .solution_vacuum_service_box dl > a {
        line-height: 50px;
        font-size: 16px;
        margin-top: 50px;
    }

    .solution_oem_assembly_tab li dl {
        padding: 40px 20px;
    }

    .solution_vacuum_assembly_box .solution_oem_assembly > p {
        font-size: 16px;
    }

    .solution_oem_advantages_box p {
        font-size: 16px;
    }
}

@media ( max-width: 760px) {
    .ind_home_logo img {
        height: 46px;
    }

    .ind_home_logo dl dd a {
        font-size: 14px;
    }

    .ind_home_logo dl dd {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .ind_home_fr dl div img {
        display: none;
    }

    .ind_home_fr p span {
        font-size: 14px;
        line-height: 30px;
    }

    .ind_home_fr dl.home_dg::after, .ind_home_fr dl.home_cs::after {
        display: none;
    }

    .ind_home_fr {
        width: 100%;
        overflow: hidden;
    }

    .ind_home_fr p.home_p1 {
        top: 22.5%;
        right: 38%;
    }

    .ind_home_fr p.home_p2 {
        top: 20%;
        right: 22%;
    }

    .ind_home {
        background-position-x: -750px;
    }

    .ind_home_fr p.home_p3 {
        top: 43%;
        right: 44.5%;
        text-align: right;
    }

    .ind_home_fr p.home_p4 {
        top: 42%;
        right: 30%;
        text-align: left;
    }

    .ind_home_fr dl.home_dg {
        top: auto;
        left: 5%;
        bottom: 22px;
    }

    .ind_home_fr dl.home_cs {
        top: auto;
        right: 5%;
        bottom: 22px;
    }

    .ind_home_fr dl dt {
        font-size: 14px;
        padding-top: 30px;
    }

    .ind_home_fr dl dd {
        padding: 0 8px;
        font-size: 12px;
    }

    .ind_home_fr p.home_p5 {
        top: 59%;
        right: 48%;
    }

    .page_ban {
        margin-top: 60px;
        overflow: hidden;
    }

    .page_ban img {
        width: 200%;
    }

    .page_ban dl dt {
        font-size: 22px;
        line-height: 22px;
    }

    .page_ban dl dd {
        font-size: 18px;
        line-height: 18px;
        padding-top: 10px;
    }

    .inmenu ul li a {
        font-size: 14px;
        color: #fff;
        padding: 0 10px;
        line-height: 60px;
        display: block;
    }

    .inmenu {
        margin-top: 0;
        background: #ebf5ff;
        border-top: none;
        border-bottom: solid 1px #b2d4f9;
    }

    .inmenu ul li a {
        color: #333;
    }

    .inmenu ul li.cur a {
        color: #fff;
    }

    .solution_oem_service {
        padding: 40px 0;
    }

    .solution_oem_service_box h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .solution_oem_service_box h3 {
        font-size: 22px;
        line-height: 22px;
        color: #222;
        padding-top: 22px;
    }

    .solution_precise_service_box dd {
        font-size: 15px;
        line-height: 28px;
        padding-top: 30px;
    }

    .solution_oem_service_box > img {
        width: 100%;
        margin-top: 30px;
    }

    .precise_equipment {
        padding-top: 0px;
        text-align: center;
    }

    .precise_equipment h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .precise_equipment h3 {
        font-size: 22px;
        line-height: 22px;
        color: #222;
        padding-top: 20px;
    }

    .precise_equipment_box {
        margin-top: 40px;
    }

    .mySwiper_precise_equipment .swiper-slide dd {
        font-size: 18px;
    }

    .mySwiper_precise_equipment .swiper-precise-next img, .mySwiper_precise_equipment .swiper-precise-prev img {
        width: 46px;
    }

    .precise_material {
        padding: 80px 0;
        margin-top: 50px;
    }

    .precise_material_box h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .precise_material_box h3 {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        padding-top: 20px;
    }

    .precise_material_tab ul {
        padding-top: 60px;
        display: flex;
        justify-content: space-between;
    }

    .precise_material_tab ul li dd {
        font-size: 22px;
    }

    .precise_material_tab ul li {
        margin-right: 0px;
    }

    .precise_material_list ul dd {
        font-size: 15px;
        line-height: 30px;
    }

    .precise_material_list {
        padding-top: 20px;
    }

    .precise_flexibility {
        padding: 80px 0;
    }

    .precise_flexibility_top_fl, .precise_flexibility_top_fr {
        width: 100%;
    }

    .precise_flexibility_top_fl h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .precise_flexibility_top_fl h3 {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        padding-top: 20px;
    }

    .precise_flexibility_top_fl p {
        font-size: 15px;
        line-height: 30px;
        padding-top: 40px;
    }

    .precise_flexibility_top_fr img {
        width: 100%;
        margin-top: 30px;
    }

    .precise_flexibility_foot {
        margin-top: 30px;
    }

    .precise_flexibility_foot h4 {
        font-size: 22px;
        font-weight: bold;
        line-height: 22px;
    }

    .precise_flexibility_foot ul {
        margin-top: 20px;
    }

    .precise_flexibility_foot ul dl {
        width: 50%;
        padding: 20px;
        border-left: solid 1px rgba(255, 255, 255, 0.2);
    }

    .precise_flexibility_foot ul dl img {
        height: 40px;
    }

    .precise_flexibility_foot ul dl dd {
        padding-top: 30px;
        font-size: 16px;
    }

    .precise_welding_box h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .precise_welding_box h3 {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        padding-top: 20px;
    }

    .precise_welding {
        padding: 80px 0;
    }

    .precise_welding_box p {
        font-size: 16px;
        line-height: 35px;
        padding-top: 60px;
    }

    .precise_welding_box h4 {
        font-size: 20px;
        font-weight: bold;
        padding-top: 60px;
    }

    .precise_welding_box dl {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .precise_welding_box dl dd {
        line-height: 55px;
        font-size: 15px;
        margin-right: 0px;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .precise_surface_box .precise_surface_fl {
        max-width: 100%;
        padding: 80px 0 30px;
    }

    .precise_surface_fl h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .precise_surface_fl h3 {
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        padding-top: 20px;
    }

    .precise_surface_fl .precise_surface_text {
        font-size: 15px;
        line-height: 30px;
        padding-top: 50px;
    }

    .precise_surface_box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .precise_surface_fr {
        width: 100%;
    }

    .precise_surface_fr_box dl.cur {
        width: 80px;
        height: 80px;
        margin: 0;
        margin-left: 0;
    }

    .precise_surface_fr_box dl {
        width: 80px;
        height: 80px;
        margin: 0;
        margin-left: 0 !important;
    }

    .precise_surface_fr_box {
        width: auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        background: none;
    }

    .precise_surface_fr_box dl dt, .precise_surface_fr_box dl dt img {
        display: none;
        padding: 0;
    }

    .precise_surface_fr_box dl dd {
        font-weight: 400;
        font-size: 16px;
    }

    .precise_clean_box h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .precise_clean_box h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .precise_clean {
        padding: 80px 0;
    }

    .precise_clean_box p {
        font-size: 16px;
        line-height: 34px;
        color: #444444;
        padding-top: 30px;
    }

    .precise_clean_box_cen .precise_clean_box_cen_list {
        position: initial;
        transform: translateY(0%);
        color: #333;
    }

    .precise_clean_box_cen .precise_clean_box_cen_list dl {
        display: flex;
        align-items: center;
        padding: 0px 0;
    }

    .precise_clean_box_cen .precise_clean_box_cen_list dl dd {
        font-size: 16px;
        line-height: 30px;
        padding-left: 10px;
    }

    .solution_oem_advantages {
        padding: 80px 0 80px;
    }

    .solution_oem_advantages_box h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .solution_oem_advantages_box h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .solution_oem_advantages_box p {
        font-size: 16px;
        padding-top: 30px;
    }

    .solution_oem_advantages_box div dl {
        /*width: 48%;*/
        padding: 20px;
        margin-bottom: 20px;
    }

    .solution_oem_advantages_box div dl:nth-child(5n+1)::after {
        display: block;
    }

    .solution_oem_advantages_box div dl:nth-child(2n+1)::after {
        display: none;
    }

    .solution_oem_advantages_box div {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 60px;
        align-items: stretch;
    }

    .solution_oem_advantages_box div dl dt {
        font-size: 18px;
    }

    .solution_oem_advantages_box div dl dd {
        font-size: 14px;
        line-height: 26px;
        padding-top: 30px;
    }

    .solution_oem_advantages_box div dl:nth-child(3)::after {
        display: none;
    }

    .solution_oem_assembly_box {
        padding: 60px 0;
    }

    .solution_oem_assembly h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .solution_oem_assembly h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .solution_oem_assembly_tab li dl {
        padding: 40px 20px;
    }

    .solution_oem_assembly_tab li dt {
        font-size: 22px;
    }

    .solution_oembox_npi {
        padding: 60px 0;
    }

    .solution_oembox_npi_top dt, .solution_oembox_npi_top dd {
        width: 100%;
    }

    .solution_oembox_npi_top h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .solution_oembox_npi_top h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .solution_oembox_npi_top p {
        font-size: 16px;
        color: #444;
        line-height: 32px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .solution_oembox_npi_tab {
        width: 100%;
    }

    .solution_oembox_npi_tab h2 {
        font-size: 22px;
        padding-bottom: 20px;
        line-height: 22px;
    }

    .solution_oembox_npi_tab ul li dd {
        font-size: 16px;
        padding: 10px 0;
    }

    .solution_vacuum_service {
        padding: 60px 0 0;
    }

    .solution_vacuum_service_box dl {
        width: 100%;
    }

    .solution_vacuum_service_box h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .solution_vacuum_service_box h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .solution_vacuum_service_box dd {
        font-size: 15px;
        line-height: 32px;
        color: #555;
        padding-top: 20px;
    }

    .solution_vacuum_service_box dl > a {
        line-height: 50px;
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .solution_vacuum_service_box > img {
        width: 100%;
    }

    .solution_vacuum_assembly_box .solution_oem_assembly > p {
        font-size: 16px;
        line-height: 32px;
        color: #333333;
        padding-top: 20px;
    }

    .solution_oem_assembly_tab ul {
        padding-top: 30px;
    }

    .industry_bdt_service {
        padding: 60px 0;
    }

    .industry_bdt_service_box h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .industry_bdt_service_box h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .industry_bdt_service_box dl {
        width: 100%;
    }

    .industry_bdt_service_box dd {
        font-size: 15px;
        line-height: 32px;
        color: #555;
        padding-top: 30px;
    }

    .industry_bdt_service_box dl > a {
        line-height: 50px;
        font-size: 16px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .industry_bdt_service_box > img {
        width: 100%;
    }

    .industry_bdt_related h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .industry_bdt_related h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .industry_bdt_related {
        padding: 60px 0;
    }

    .industry_bdt_related_box dl img {
        height: 40px;
    }

    .industry_bdt_related_box dl dd {
        text-align: center;
        color: #fff;
        padding-top: 16px;
        font-size: 16px;
    }

    .industry_bdt_related_box dl {
        width: 25%;
        padding-top: 40px;
    }

    .industry_bdt_diversified {
        padding: 60px 0;
    }

    .industry_bdt_diversified h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .industry_bdt_diversified h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .industry_bdt_diversified_box li {
        width: 400%;
        margin: 20px 0px 0;
        padding: 30px 20px 30px;
    }

    .industry_related {
        padding: 60px 0;
    }

    .industry_related h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .industry_related h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .industry_biology_box ul li {
        width: 48%;
        margin-bottom: 20px;
    }

    .industry_related_box ul li dl {
        padding: 10px;
    }

    .industry_related_box ul li dl dd {
        font-size: 16px;
    }

    .industry_related_box ul {
        margin-top: 30px;
    }

    .vacuuming_related_top h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .vacuuming_related_top h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .vacuuming_related_top {
        position: initial;
        padding: 30px 0;
    }

    .vacuuming_related_box dl {
        padding: 0 0px;
        width: 50%;
        height: 50%;
    }

    .vacuuming_related_box {
        height: 64vh;
    }

    .vacuuming_related_box dl dt {
        font-size: 22px;
    }

    .vacuuming_related_box dl dd {
        font-size: 16px;
        line-height: 30px;
        padding-top: 20px;
    }

    .industry_related_box ul li {
        width: 49%;
        position: relative;
    }

    .list_about_con {
        padding: 60px 0;
    }

    .list_about_con dl {
        width: 100%;
    }

    .list_about_con dl dt {
        font-size: 30px;
        line-height: 35px;
    }

    .list_about_con dl dd {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .list_about_con .list_about_con_box {
        width: 100%;
    }

    .list_about_con .list_about_con_box p {
        font-size: 15px;
        line-height: 30px;
        color: #333333;
        padding-top: 30px;
    }

    .list_about_innum ul {
        width: 90%;
        margin: 0 auto;
    }

    .list_about_innum ul li {
        display: flex;
        align-items: center;
        width: 100%;
        border-left: none;
        padding: 20px 0;
        justify-content: flex-start;
    }

    .list_about_innum ul li img {
        width: 50px;
    }

    .list_about_innum ul li dl h4 span {
        font-size: 30px;
        line-height: 30px;
    }

    .list_about_innum ul li dl dd {
        font-size: 16px;
        color: #333333;
        padding-top: 7px;
    }

    .list_about_video a dd {
        font-size: 16px;
        line-height: 25px;
    }

    .list_about_video a dd img {
        padding-left: 10px;
        height: 40px;
    }

    .list_about_culture_fl {
        width: 100%;
        box-sizing: border-box;
        padding: 60px 20px 60px;
    }

    .list_about_culture_fl h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .list_about_culture_fl h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .list_about_culture_fl_dg dl {
        height: 140px;
        width: 140px;
    }

    .list_about_culture_fl_dg dl dt {
        font-size: 24px;
        line-height: 24px;
    }

    .list_about_culture_fr {
        width: 100%;
    }

    .list_about_culture_fr dl {
        height: auto;
        padding: 30px 12px;
    }

    .list_about_culture_fr dl img {
        height: 40px;
    }

    .list_about_culture_fr dl dt {
        font-size: 18px;
        font-weight: 400;
        padding: 20px 0 20px;
    }

    .list_about_culture_fr dl dd {
        font-size: 14px;
        line-height: 25px;
    }

    .list_about_culture_fr dl dd br {
        display: none;
    }

    .list_course_box_fl {
        width: 100%;
        padding: 60px 0 0px;
    }

    .list_course_box_fl h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .list_course_box_fl h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .list_course_box_fr {
        width: 100%;
        overflow: hidden;
        padding: 40px 0 40px;
        border-left: solid 1px rgba(220, 220, 220, 1);
    }

    .list_course_box_fr .mySwiper_course .swiper-slide-active dt {
        font-size: 40px;
        color: #00479d;
        line-height: 40px;
        padding-bottom: 6px;
    }

    .list_course_box_fr .mySwiper_course .swiper-slide-active dd {
        font-size: 16px;
        color: #111;
    }

    .list_course_box_fr .mySwiper_course {
        height: 480px;
    }

    .list_honor_box .list_honor_fl {
        width: 100%;
    }

    .list_honor_box .list_honor_fl h2 {
        font-size: 30px;
        line-height: 35px;
        padding-top: 40px;
    }

    .list_honor_box .list_honor_fl h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .list_honor_box .list_honor_fl ul {
        padding-top: 30px;
    }

    .list_honor_box .list_honor_fl ul li h4 {
        font-size: 33px;
        line-height: 33px;
        color: #00479d;
        font-family: 'misans';
    }

    .list_honor_box .list_honor_fl ul li dd {
        font-size: 16px;
        padding-top: 10px;
    }

    .list_honor_box .list_honor_fl ul li {
        width: 33%;
        padding-bottom: 40px;
        float: left;
    }

    .list_honor_box .list_honor_fr {
        width: 100%;
    }

    #marquee3, #marquee4, #marquee5 {
        height: 380px;
        overflow: hidden;
        width: 33.3%;
    }

    .list_quality {
        padding: 60px 0;
    }

    .list_quality .list_quality_fl {
        width: 100%;
    }

    .list_quality .list_quality_fl h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .list_quality .list_quality_fl h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 10px;
    }

    .list_quality .list_quality_fl p {
        padding-top: 30px;
    }

    .list_quality .list_quality_fl dl dt {
        font-size: 20px;
        color: #fff;
        padding: 60px 0 30px;
    }

    .list_quality .list_quality_fl dl dd {
        font-size: 16px;
        line-height: 40px;
        color: #c3d1e2;
    }

    .list_quality_fr {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .swiper-container_quality .swiper-wrapper {
        height: 280px;
    }

    .list_quality {
        background: #00479d;
        background-size: cover;
    }

    .swiper-container_quality .swiper-slide dd {
        font-size: 14px;
        color: #fff;
        padding-top: 10px;
    }

    .mySwiper_equipment .swiper-slide dl dt {
        font-size: 18px;
    }

    .list_newspage ul li a > img {
        margin-bottom: 20px;
    }

    .list_newspage ul li a > img, .list_newspage ul li a .time {
        width: 100%;
    }

    .list_newspage {
        padding: 60px 0;
    }

    .list_newspage ul li a .time h3 {
        font-size: 20px;
        padding: 18px 0 30px;
    }

    .list_newspage ul li a .time div.txt {
        font-size: 16px;
        line-height: 30px;
        color: #555555;
        padding: 18px 0 30px;
    }

    .list_newspage ul li a .time p {
        font-size: 14px;
        margin-top: 0px;
    }

    .contact_map_tel {
        position: initial;
        transform: translate(0%, 0%);
    }

    .contact_map_add {
        display: none;
    }

    .contact_map_tel_box {
        width: 100%;
        padding: 30px;
    }

    .contact_map {
        padding: 30px 0;
    }

    .contact_map_tel_box h3 {
        font-size: 20px;
        color: #1e1e1e;
        padding-bottom: 10px;
    }

    .contact_map_tel_box ul dl {
        text-align: center;
        margin-right: 0px;
        width: 45%;
    }

    .contact_tit h3 {
        font-size: 24px;
        line-height: 24px;
        padding: 40px 0 20px;
    }

    .contact_message_form li input {
        font-size: 14px;
        line-height: 50px;
        text-indent: 10px;
    }

    .contact_message .from-list img {
        height: 30px;
    }

    .contact_message .from-list input {
        line-height: 30px;
        text-align: center;
        background: #f6f6f6;
        padding: 0 14px;
        width: auto;
        border: solid 1px #eeeeee;
        margin: 0 6px;
        font-size: 14px;
    }

    .bg_list2 {
        background: url(../cont/bg3.png) no-repeat 50% 50% / 100% 100%;
        padding: 60px 0px !important;
    }

    .p140, .p100 {
        padding-top: 0rem !important;
    }

    .RecruitPerson .box2 .table {
        margin-top: 0.15rem;
        display: grid;
        gap: 0.2rem;
        margin-bottom: 60px !important;
    }

    .bg_list2 {
        background: url(../cont/bg3.png) no-repeat 50% 50% / 100% 100%;
        padding: 60px 0px !important;
    }

    .WorkingEnvironment {
        margin: 60px 0 !important;
    }

    .WorkingEnvironment {
        padding-bottom: 0rem !important;
    }
}


.sheet-metal {
    padding: 120px 30px;
}

.sheet-metal .item {
    display: flex;
    margin-bottom: 80px;
}

.sheet-metal .item > div {
    flex: 1;
}

.sheet-metal .item .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 30px;
}

.sheet-metal .item .text .content {
    padding-left: 10%;
}

.sheet-metal .item .text h2 {
    font-size: 44px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'misans';
    line-height: 44px;
}

.sheet-metal .item .text h3 {
    font-size: 40px;
    line-height: 45px;
    color: #222;
    padding-top: 30px;
    margin-bottom: 60px;
}

.sheet-metal .item .text p {
    font-size: 18px;
    line-height: 32px;
}

.sheet-metal .item .text .service {
    padding-left: 10%;
    margin-top: 60px;
}

.sheet-metal .item .text .service a {
    background-color: #00479d;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
}

.sheet-metal .item .text .service a img {
    margin-right: 10px;
    width: 18px;
}

.sheet-metal .item .picture {
    position: relative;
}

.sheet-metal .item .picture.isOdd {
    text-align: left;
}

.sheet-metal .item .picture.isEven {
    text-align: right;
}

.sheet-metal .item .picture img {
    width: 90%;
}

.sheet-metal .item .picture .blue-block {
    position: absolute;
    bottom: 0;
    background-color: #00479d;
    width: 200px;
    height: 200px;
}

.sheet-metal .item .picture.isOdd .blue-block {
    right: 0;
}

.sheet-metal .item .picture.isEven .blue-block {
    left: 0;
}

@media (max-width: 760px) {
    .sheet-metal {
        padding: 60px 10px;
    }

    .sheet-metal .item {
        flex-direction: column;
    }

    .sheet-metal .item .text {
        padding-right: unset;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .sheet-metal .item .text .content {
        padding-left: unset;
    }

    .sheet-metal .item .picture img {
        width: 100%;
    }

    .sheet-metal .item .picture .blue-block {
        display: none;
    }
}
